翻訳と辞書 |
Tiny programming language : ウィキペディア英語版 | Tiny programming language
Tiny is an extremely simple programming language used in computer science courses to teach compiler construction techniques to students. The language itself is so basic that it only includes reading of integer numbers, addition and subtraction arithmetic operations, and displaying numerical values. The grammar of the language follows:
-> BEGIN END -> | -> := ; -> READ ( ) ; -> WRITE ( ) ; -> , | -> , | -> | -> ( ) | | INT -> + | - -> ID
As can be deduced from this simplistic grammar, the language is of limited practical use, gaining the most value as a teaching aid. ==References==
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Tiny programming language」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|